.map-main-div{
    width: 100%;
    align-items: center;
}
.contact-main-div{
    display: flex;
    justify-content: center;
    padding: 30px;
}
.contact-main-div > .contact-form-div > form{
display: flex;
flex-direction: column;
gap: 10px;
}



.contact-main-div > .contact-form-div > form > .con-input-span{
display: flex;
flex-direction: column;
gap: 5px;
align-items: start;
margin-bottom: 5px;
}

.contact-main-div > .contact-form-div > form > .con-input-span > label{
font-size: 18px;
font-weight: 500;
font-family: "Century Gothic";
}
.contact-main-div > .contact-form-div > form >.con-input-span > input{
padding: 10px;
width: 80%;
font-size: 18px;
font-weight: 500;
font-family: "Century Gothic";
}

.contact-main-div > .contact-form-div > form > .con-input-span > #message{
height: 130px;
}
.contact-main-div > .contact-form-div > form >  .con-button-span > button{
padding: 10px;
font-size: 20px;
width: 125px;
background: black;
color: white;
font-weight: 900;
border: 1px solid black;
font-family: "Century Gothic";
/* border: none; */
border-radius: 10px;
/* height: 40px; */
text-align: center;
}
.contact-detail-div >h1 , .contact-main-div > .contact-form-div > h1{
font-size: 25px;
font-weight: 900;
margin-bottom: 10px;
}

.contact-detail-div > p {
font-size: 16px;
font-weight: 400;
font-family: "Century Gothic";
margin-bottom: 20px;
margin-top: 20px;
}
.contact-detail-div > span {
display: flex;
gap: 8px;
align-items: center;
justify-content: start;
margin-bottom: 10px;
margin-top: 0px;
}
.contact-detail-div > span > img {
height: 16px;
width: 16px;
}
.contact-detail-div > span > p {
font-size: 16px;
font-weight: 400;
margin-top: 16px;
font-family: "Century Gothic";
}

@media(max-width: 768px){
    iframe{
        height: 250px;
    }
.contact-main-div {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 30px;
}
.contact-form-div , .contact-detail-div {
    width:100%;
    margin-top: 50px;
}

.contact-main-div > .contact-form-div > .con-input-span > input{
    width: 90%;
}
.contact-main-div > .contact-form-div > form >.con-input-span > input {
    padding: 10px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    font-family: "Century Gothic";
}
}